home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir27 / calctool.zip / CALCTOOL.HEL < prev    next >
Text File  |  1992-09-09  |  11KB  |  501 lines

  1. _calctool.help_
  2. _EXCH_
  3. Register exchange n        ( ^e ).
  4.  
  5. This must be followed by a digit
  6. in the range 0 - 9 to indicate
  7. which register should be inter-
  8. changed with the current display.
  9. _CON _
  10. Constant n                  ( # ).
  11.  
  12. This must be followed by a digit
  13. in the range 0 - 9 to indicate
  14. which constant should be shown.
  15.  
  16. The ten default constants are:
  17.  
  18. 0 - kms per hour / miles per hour.
  19. 1 - square root of 2.
  20. 2 - e.
  21. 3 - pi.
  22. 4 - cms / inches.
  23. 5 - degrees in a radian.
  24. 4 - 2 ^ 20.
  25. 6 - gms / oz.
  26. 8 - kilojoules / British thermals.
  27. 9 - cubic cms / cubic inches.
  28. _BIN _
  29. Change base to binary       ( B ).
  30.  
  31. The display value is shown in
  32. binary. A maximum of 32 digits
  33. are allowed.
  34. _MEM _
  35. Toggle register window      ( M ).
  36.  
  37. Display popup window with the
  38. values of the ten memory
  39. registers given in the current
  40. base, to the current accuracy.
  41. _OCT _
  42. Change base to octal        ( O ).
  43.  
  44. The display value is shown in
  45. octal. A maximum of 15 digits
  46. are allowed.
  47. _D   _
  48. Hex D (decimal 13)          ( d ).
  49.  
  50. This selection is valid only if
  51. the current base is hexidecimal.
  52. _DEC _
  53. Change base to decimal      ( D ).
  54.  
  55. The display value is shown in
  56. decimal. This is the default
  57. base. A maximum of 12 digits
  58. are allowed.
  59. _E   _
  60. Hex E (decimal 14)          ( e ).
  61.  
  62. This selection is valid only if
  63. the current base is hexidecimal.
  64. _HEX _
  65. Change base to hexidecimal  ( H ).
  66.  
  67. The display value is shown in
  68. hexidecimal. A maximum of 12
  69. digits are allowed.
  70. _F   _
  71. Hex F (decimal 15)          ( f ).
  72.  
  73. This selection is valid only if
  74. the current base is hexidecimal.
  75. _FIX _
  76. Fixed Notation             ( ^n ).
  77.  
  78. Numerical values will be
  79. displayed in fixed point
  80. notation. This button toggles
  81. between fixed and scientific
  82. notation.
  83. _SCI _
  84. Scientific notation        ( ^n ).
  85.  
  86. Numerical values will be
  87. displayed in scientific notation.
  88. This button toggles between
  89. scientific and fixed point
  90. notation.
  91. _FUN _
  92. Function key n             ( ^f ).
  93.  
  94. This must be followed by a digit 
  95. in the range 0 - 9, to indicate
  96. which user defined function is 
  97. to be performed. 
  98.  
  99. These functions are defined in a
  100. .calctoolrc file, in your home 
  101. directory. See the calctool
  102. manual page for the format of 
  103. this file.
  104. _&32 _
  105. Get 32 bit unsigned int     ( [ ).
  106.  
  107. This is a logical function, that
  108. will truncate the given number to
  109. return a 32 bit unsigned integer.
  110. _STO _
  111. Store memory register n     ( s ).
  112.  
  113. This must be followed by an
  114. arithmetic operation (addition,
  115. subtraction, multiplication or
  116. division), then a digit in the
  117. range 0 to 9 to indicate the
  118. memory register in which to
  119. store the current display value.
  120. The arithmetic operator is
  121. optional in which case the
  122. current display is stored in the
  123. memory register.
  124. _&16 _
  125. Get 16 bit unsigned int     ( ] ).
  126.  
  127. This is a logical function, that
  128. will truncate the given number to
  129. return a 16 bit unsigned integer.
  130. _RCL _
  131. Retrieve memory register n  ( r ).
  132.  
  133. This must be followed by a digit
  134. in the range 0 to 9 to indicate
  135. the memory register from which
  136. data is to be to retrieved.
  137. _<   _
  138. Left shift n                ( < ).
  139.  
  140. This must be followed by a digit
  141. in the range 0 to 9 to indicate
  142. how many places to shift.
  143. _A   _
  144. Hex A (decimal 10)          ( a ).
  145.  
  146. This selection is valid only if
  147. the current base is hexidecimal.
  148. _>   _
  149. Right shift n               ( > ).
  150.  
  151. This must be followed by a digit
  152. in the range 0 to 9 to indicate
  153. how many places to shift.
  154. _B   _
  155. Hex B (decimal 11)          ( b ).
  156.  
  157. This selection is valid only if
  158. the current base is hexidecimal.
  159. _%   _
  160. Percentage                  ( % ).
  161.  
  162. This calculation takes the last
  163. number enter and the next number
  164. given, and performs a percentage
  165. calculation on them.
  166. _C   _
  167. Hex C (decimal 12)          ( c ).
  168.  
  169. This selection is valid only if
  170. the current base is hexidecimal.
  171. _clr _
  172. Clear display          ( Delete ).
  173.  
  174. This will clear the value of the
  175. calculators display.
  176. _bsp _
  177. Erase character     ( BackSpace ).
  178.  
  179. The right most character of the
  180. current calculator display value
  181. is removed, and the value of the
  182. display is recalculated. (Note:
  183. internal accuracy is lost with
  184. this operation.)
  185. _OR  _
  186. Logical OR                  ( | ).
  187.  
  188. This operation takes the last
  189. number and the next number
  190. entered, and performs a logical
  191. OR operation on them, treating
  192. both numbers as unsigned long
  193. integers.
  194. _AND _
  195. Logical AND                 ( & ).
  196.  
  197. This operation takes the last
  198. number and the next number
  199. entered, and performs a logical
  200. AND operation on them, treating
  201. both numbers as unsigned long
  202. integers.
  203. _HYP _
  204. Hyperbolic flag.            ( h ).
  205.  
  206. This button is a toggle for
  207. setting or unsetting the
  208. hyperbolic function flag. This
  209. flag affects SIN, COS and TAN
  210. trigonometrical functions.
  211. _SIN _
  212. Sine function              ( ^s ).
  213.  
  214. Returns the trigonometric sine,
  215. arc sine, hyperbolic sine or
  216. inverse hyperbolic sine of
  217. the current value, depending
  218. upon the settings of the
  219. HYP and INV flags. The result
  220. is displayed in the current
  221. units (degrees, radians or
  222. gradients).
  223. _e^x _
  224. e to the x power            ( { ).
  225.  
  226. Return e raised to the power of
  227. the current display value.
  228. _7   _
  229. Numeric 7                   ( 7 ).
  230.  
  231. This selection is ignored if
  232. the current base is binary.
  233. _10^x_
  234. 10 to the x power           ( } ).
  235.  
  236. Return 10 raised to the power of
  237. the current display value.
  238. _8   _
  239. Numeric 8                   ( 8 ).
  240.  
  241. This selection is ignored if
  242. the current base is octal or
  243. binary.
  244. _y^x _
  245. y to the power of x         ( Y ).
  246.  
  247. The operation takes the last
  248. number and raises it to the power
  249. of the next number given.
  250. _9   _
  251. Numeric 9                   ( 9 ).
  252.  
  253. This selection is ignored if
  254. the current base is octal or
  255. binary.
  256. _INT _
  257. Integer portion             ( I ).
  258.  
  259. Return the integer portion of the
  260. current displayed value.
  261. _X   _
  262. Multiplication    ( * or x or X ).
  263.  
  264. This operation takes the last
  265. number and the next number
  266. entered, and performs an
  267. arithmetic multiplication on
  268. them.
  269. _XNOR_
  270. Logical XNOR           ( n or N ).
  271.  
  272. This operation takes the last
  273. number and the next number
  274. entered, and performs a logical
  275. XNOR operation on them, treating
  276. both numbers as unsigned long
  277. integers.
  278. _XOR _
  279. Logical XOR                 ( ^ ).
  280.  
  281. This operation takes the last
  282. number and the next number
  283. entered, and performs a logical
  284. XOR operation on them, treating
  285. both numbers as unsigned long
  286. integers.
  287. _INV _
  288. Inverse function flag       ( i ).
  289.  
  290. This button is a toggle for
  291. setting or unsetting the
  292. inverse function flag. This
  293. flag affects SIN, COS and TAN
  294. trigonometrical functions.
  295. _COS _
  296. Cosine function           ( ^c ).
  297.  
  298. Returns the trigonometric cosine,
  299. arc cosine, hyperbolic cosine or
  300. inverse hyperbolic cosine of
  301. the current value, depending
  302. upon the settings of the
  303. HYP and INV flags. The result
  304. is displayed in the current
  305. units (degrees, radians or
  306. gradients).
  307. _ln  _
  308. Natural log                 ( N ).
  309.  
  310. This operation returns the
  311. natural logarithm of the current
  312. displayed value.
  313. _4   _
  314. Numeric 4                   ( 4 ).
  315.  
  316. This selection is ignored if
  317. the current base is binary.
  318. _log _
  319. Base 10 log                 ( G ).
  320.  
  321. This operation returns the base
  322. 10 logarithm of the current
  323. displayed value.
  324. _5   _
  325. Numeric 5                   ( 5 ).
  326.  
  327. This selection is ignored if
  328. the current base is binary.
  329. _SQRT_
  330. Square root                 ( S ).
  331.  
  332. This operation will perform a
  333. square root operation on the
  334. current value of the calculator
  335. display.
  336. _6   _
  337. Numeric 6                   ( 6 ).
  338.  
  339. This selection is ignored if
  340. the current base is binary.
  341. _FRAC_
  342. Fractional portion          ( F ).
  343.  
  344. Return the fractional portion of
  345. the current displayed value.
  346. _/   _
  347. Division                    ( / ).
  348.  
  349. This operation takes the last
  350. number and performs an
  351. arithemetic division by the
  352. next number entered.
  353. _NOT _
  354. Logical NOT                 ( ~ ).
  355.  
  356. This operation will perform the
  357. logical NOT operation of the
  358. current value of the calculators
  359. display.
  360. _ACC _
  361. Accuracy n                  ( A ).
  362.  
  363. This must be followed by a digit
  364. in the range 0 to 9 to indicate
  365. how many digits of precision are
  366. to be displayed.
  367. _EXP _
  368. Enter exponental number     ( E ).
  369.  
  370. This operation starts exponential
  371. input. Any numbers typed from now
  372. on are the exponent. If no
  373. numerical input had occured upto
  374. this point, then a mantissa of
  375. 1.0 is assumed.
  376. _TAN _
  377. Tangent function           ( ^t ).
  378.  
  379. Returns the trigonometric tangent,
  380. arc tangent, hyperbolic tangent or
  381. inverse hyperbolic tangent of
  382. the current value, depending
  383. upon the settings of the
  384. HYP and INV flags. The result
  385. is displayed in the current
  386. units (degrees, radians or
  387. gradients).
  388. _1/x _
  389. Reciprocal                  ( R ).
  390.  
  391. The will return the current the
  392. value of 1 divided by the current
  393. display value.
  394. _1   _
  395. Numeric 1                   ( 1 ).
  396. _x!  _
  397. Factorial                   ( ! ).
  398.  
  399. This will return the factorial of
  400. the current displayed value.
  401. _2   _
  402. Numeric 2                   ( 2 ).
  403.  
  404. This selection is ignored if
  405. the current base is binary.
  406. _x^2 _
  407. Square                      ( @ ).
  408.  
  409. This will reurn the square of the
  410. current displayed value.
  411. _3   _
  412. Numeric 3                   ( 3 ).
  413.  
  414. This selection is ignored if
  415. the current base is binary.
  416. _CHS _
  417. Change sign                 ( C ).
  418.  
  419. Change the arithmetic sign of the
  420. current displayed value or the
  421. exponent being entered.
  422. _-   _
  423. Subtraction                 ( - ).
  424.  
  425. This operation takes the last
  426. number and performs an
  427. arithemetic subtraction of the
  428. next number entered.
  429. _QUIT_
  430. Quit calctool          ( q or Q ).
  431.  
  432. The calctool program is exited,
  433. without user verification.
  434. _OFF _
  435. Turn calctool iconic        ( o ).
  436. _KEYS_
  437. Toggle button labels        ( K ).
  438.  
  439. Toggle the labels on the calctool
  440. buttons between the mouse and
  441. keyboard equivalents.
  442. _?   _
  443. Calctool Help v2.4.         ( ? ).
  444.  
  445. All calculations are in double
  446. precision. The display can be
  447. used with the [Get] and [Put]
  448. function keys with other Sunview
  449. windows. For every mouse
  450. selection, there is an equivalent
  451. keystroke. These can be found by
  452. selecting the KEYS button.
  453.  
  454. If an error condition occurs, you
  455. must clear the calculator.
  456.  
  457. After this, when you select [?]
  458. you will get help on the next
  459. selection you make.
  460. _DEG _
  461. Trig base to degrees       ( ^d ).
  462.  
  463. Change the current trigonometrical
  464. base to degrees.
  465. _0   _
  466. Numeric 0                   ( 0 ).
  467. _RAD _
  468. Trig base to radians       ( ^r ).
  469.  
  470. Change the current trigonometrical
  471. base to radians.
  472. _.   _
  473. Numeric point               ( . ).
  474.  
  475. Selecting this starts the
  476. fractional part of numeric entry.
  477. _GRAD_
  478. Trig base to gradients     ( ^g ).
  479.  
  480. Change the current trigonometrical
  481. base to gradients.
  482. _=   _
  483. Calculate result  ( = or Return ).
  484.  
  485. The result of the current
  486. calculation is displayed in
  487. the current base.
  488. _ABS _
  489. Absolute value.             ( U ).
  490.  
  491. Return the absolute value of the
  492. current displayed value.
  493. _+   _
  494. Addition                    ( + ).
  495.  
  496. This operation takes the last
  497. number and the next number
  498. entered, and performs an
  499. arithmetic addition on them.
  500. ______
  501.